home *** CD-ROM | disk | FTP | other *** search
/ Gambler 19 / GAMBLERCD19.BIN / UTILS / RIVA128 / Drivery / Final 2.0 with OpenGL ICD / WinNT4 / NV_DISP.INF < prev    next >
Windows Setup INFormation  |  1998-03-18  |  4KB  |  163 lines

  1. ;
  2. ; NV Display INF file
  3. ;
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Provider=%NVidia%
  8. LayoutFile=layout.inf
  9. Class=Display
  10.  
  11. ;
  12. ; Dest directories are \windows\system32 and \windows\system32\drivers
  13. ;
  14.  
  15. [DestinationDirs]
  16. DefaultDestDir       = 11
  17. nv.Miniport      = 12
  18. nv.Display       = 11
  19. nv.rm            = 12
  20. nv.oldrm         = 12
  21.  
  22. ;
  23. ; The Manufacturer section lists all of the manufacturers that we will
  24. ; display in the Dialog box. DEVICE sections are specified.
  25. ;
  26.  
  27. [Manufacturer]
  28. %NVidia%      = NVidia.Mfg
  29.  
  30. ;
  31. ; Device section. Each section here corresponds with an entry listed in the
  32. ; [Manufacturer] section, above. The models will be displayed in the order
  33. ; that they appear in the INF file. This section identifies
  34. ; the corresponding INSTALL sections.
  35. ;
  36.  
  37.  
  38. [NVidia.Mfg]
  39.  
  40.  %NVidia% Release 2.0 = nv
  41.  
  42. ;---------------------------------------------------------------------
  43. ; NV Driver INSTALL Section. This INSTALL section specifies
  44. ; what files are to to be copied (File List sections)
  45. ;---------------------------------------------------------------------
  46.  
  47. [nv]
  48. CopyFiles=nv.Miniport, nv.Display, nv.rm, nv.icd
  49. DelFiles=nv.oldrm
  50.  
  51. ;
  52. ; NV Driver INSTALL Section. This INSTALL section specifies
  53. ; what registry fields are to be modified (ADD Registry section)
  54. ;
  55.  
  56. [nv.SoftwareSettings]
  57. AddReg = nv_SoftwareDeviceSettings
  58. AddReg = nv_icdSoftwareSettings
  59.  
  60. ;
  61. ; NV Service Installation
  62. ;
  63.  
  64. [nv.Services]
  65. AddService = nv, 0x00000002, nv_Generic_Service_Inst, nv_EventLog_Inst
  66. AddService = nvarch,, nvarch_Generic_Service_Inst, nvarch_EventLog_Inst
  67. AddService = nvgfx,, nvgfx_Generic_Service_Inst, nvgfx_EventLog_Inst
  68. DelService=nvrm
  69.  
  70. [nv_EventLog_Inst]
  71. AddReg = nv_EventLog_AddReg
  72.  
  73. [nvarch_EventLog_Inst]
  74. AddReg = nvarch_EventLog_AddReg
  75.  
  76. [nvgfx_EventLog_Inst]
  77. AddReg = nvgfx_EventLog_AddReg
  78.  
  79. [nv_EventLog_AddReg]
  80. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nv_mini.sys"
  81. HKR,,TypesSupported,0x00010001,7
  82.  
  83. [nvarch_EventLog_AddReg]
  84. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nvarch.sys"
  85. HKR,,TypesSupported,0x00010001,7
  86.  
  87. [nvgfx_EventLog_AddReg]
  88. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\nvgfx.sys"
  89. HKR,,TypesSupported,0x00010001,7
  90.  
  91. [nv_Generic_Service_Inst]
  92. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  93. StartType      = 1                  ; SERVICE_SYSTEM_START
  94. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  95. LoadOrderGroup = Video
  96. ServiceBinary  = %12%\nv_mini.sys
  97.  
  98. [nvarch_Generic_Service_Inst]
  99. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  100. StartType      = 1                  ; SERVICE_SYSTEM_START
  101. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  102. ServiceBinary  = %12%\nvarch.sys
  103.  
  104. [nvgfx_Generic_Service_Inst]
  105. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  106. StartType      = 1                  ; SERVICE_SYSTEM_START
  107. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  108. ServiceBinary  = %12%\nvgfx.sys
  109.  
  110. ;
  111. ; File List sections for NV.Display and NV.Miniport
  112. ;
  113.  
  114. [nv.Display]
  115. nv_disp.dll
  116.  
  117. [nv.Miniport]
  118. nv_mini.sys
  119.  
  120. [nv.rm]
  121. nvarch.sys
  122. nvgfx.sys
  123.  
  124. [nv.oldrm]
  125. nvrm.sys,0x00000001
  126.  
  127. [nv.icd]
  128. nv3oglnt.dll
  129.  
  130. ;
  131. ; NVidia Add registry section
  132. ;
  133.  
  134. [nv_SoftwareDeviceSettings]
  135. HKR,, InstalledDisplayDrivers,     %REG_MULTI_SZ%, nv_disp
  136. HKR,, VgaCompatible,               %REG_DWORD%,    0
  137. HKR,, DmaBuf,                      %REG_DWORD%,    5
  138. HKR,, IF09,                        %REG_DWORD%,    1
  139.  
  140. [nv_icdSoftwareSettings]
  141. HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers",RIVA128, %REG_SZ%, nv3oglnt
  142.  
  143. [Strings]
  144. ;
  145. ; Non-Localizable Strings
  146. ;
  147.  
  148. REG_SZ         = 0x00000000
  149. REG_MULTI_SZ   = 0x00010000
  150. REG_EXPAND_SZ  = 0x00020000
  151. REG_BINARY     = 0x00000001
  152. REG_DWORD      = 0x00010001
  153. serviceroot    = System\CurrentControlSet\Services
  154.  
  155. ;
  156. ; Localizable Strings
  157. ;
  158.  
  159. NVidia       = "NVidia RIVA 128"
  160.  
  161. DiskId="NVidia NT Driver Library installation disk"
  162. drvlib="NVidia NT Driver Library"
  163.